projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430a9d5
)
Call evince with the --preview option. (#350139, Carlos Garcia Campos)
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Aug 2006 16:15:25 +0000
(16:15 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 15 Aug 2006 16:15:25 +0000
(16:15 +0000)
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): Call evince
with the --preview option. (#350139, Carlos Garcia Campos)
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index e3cc556b0853edcc74225dc4d324bf41b812efb6..2f28fd9e2b822afd7b27b48ead3ee6b995ccf72a 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-4,7
+4,7
@@
SUBDIRS=theme-bits
if OS_UNIX
SUBDIRS += xdgmime
-GTK_PRINT_PREVIEW_COMMAND="evince %f"
+GTK_PRINT_PREVIEW_COMMAND="evince
--preview
%f"
endif
DIST_SUBDIRS=theme-bits xdgmime